home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000400_news@columbia.edu _Sat Jan 1 17:52:29 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA18099
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 1 Jan 2000 17:52:29 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA04319
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 1 Jan 2000 17:51:56 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: MS-DOS Kermit, more capabalities
  11. Date: 1 Jan 2000 22:51:55 GMT
  12. Organization: Columbia University
  13. Message-ID: <84m0eb$46t$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <010100173225not-2-disclose@the.net>,
  17.  <not-2-disclose@the.net> wrote:
  18. : ...  Most unfortunately, `Kermit' doesn't included the
  19. : `ZMoDem' file transfer protocol (with control-character escaping & all);
  20. : making it less than "complete", somewhat.  I would welcome postings from
  21. : people who happen to be doing fine `ZMoDem'/`Kermit' transfers using no
  22. : more than the minimum setup i described above.  I tried a lot of packet
  23. : drivers and ~TelNet~ "shims" but nothing goes beyond D/L cps rates of a
  24. : mere 9k6/19K2 bps connection.
  25. :
  26. Kermit protocol is is a fast as Zmodem if both Kermit partners support
  27. a fairly decent implementation of it.  Most non-Kermit-Project Kermit
  28. implementations do not.  Of course a 4.77MHz CPU would also be a bottleneck
  29. but that's true for Zmodem too.
  30.  
  31. : I discovered that i could access my ~POP3~ server on ~IP~ port #25 but
  32. : `Kermit' is the only program not to allow me such access if i try!  Why?
  33. MS-DOS Kermit blocks connections to port 25 to prevent mail spoofing.
  34.  
  35. : In the same way that i found ~TelNet~ can be made usefull for doing a
  36. : lot of InterNet stuff, i have written a small set of `Kermit' scripts to
  37. : read the ~News Groups~ "On-Line".  The problem here is that my postings
  38. : are reformated somehow and i also have trouble with some kind of "memory
  39. : low" error (too many routines accumulate or something like that).  Would
  40. : somebody be kind enough to look at the following set of macros and tell
  41. : me what i'm doing wrong???  So far, i already found that some characters
  42. : pose a problem when found at the end of the line;  "dash" is one...
  43. Dash at the end of a line means the line is continued.
  44.  
  45. - Frank